mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-08 13:50:06 +00:00
Add EditorConfig file
Four-space indents in C++ files; two-space indents in Markdown and YAML.
This commit is contained in:
parent
22db720ad5
commit
0acd2b9c88
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[CMakeLists.txt]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{c,h}*]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{md,yml}]
|
||||||
|
indent_size = 2
|
Loading…
Reference in New Issue
Block a user