mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08: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
|