mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-08 13:50:06 +00:00
14 lines
130 B
INI
14 lines
130 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
|
||
|
[CMakeLists.txt]
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.{c,h}*]
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.{md,yml}]
|
||
|
indent_size = 2
|