Skip to content

Commit 22c9c20

Browse files
Heiko Thielmvieth
Heiko Thiel
authored andcommitted
Add a .editorconfig file
1 parent 24fc395 commit 22c9c20

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EditorConfig file, see https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_size = 2
7+
indent_style = space
8+
insert_final_newline = true
9+
tab_width = 2
10+
trim_trailing_whitespace = true
11+
12+
# Visual C++ Code Style settings
13+
cpp_generate_documentation_comments = doxygen_slash_star

0 commit comments

Comments
 (0)