Skip to content

Commit 8380d87

Browse files
committed
Adds .editorconfig(formatting and code style settings for VS and other editors). Fixes code indentation and other typos.
1 parent 4a0d27b commit 8380d87

File tree

3 files changed

+188
-182
lines changed

3 files changed

+188
-182
lines changed

src/.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# 4 space indentation
5+
[*.{cpp,h,hpp}]
6+
indent_style = space
7+
indent_size = 4

0 commit comments

Comments
 (0)