2021-08-10 18:30:57 +02:00
|
|
|
root = true
|
|
|
|
|
|
2025-07-16 17:35:15 +03:00
|
|
|
[*.{py,c,cpp,h,js,rst,md,yml,yaml,gram}]
|
2021-08-10 18:30:57 +02:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
indent_style = space
|
|
|
|
|
|
2025-07-16 17:35:15 +03:00
|
|
|
[*.{py,c,cpp,h,gram}]
|
2021-08-10 18:30:57 +02:00
|
|
|
indent_size = 4
|
|
|
|
|
|
2023-10-10 16:36:19 +02:00
|
|
|
[*.rst]
|
|
|
|
|
indent_size = 3
|
|
|
|
|
|
2025-04-12 02:23:13 +08:00
|
|
|
[*.{js,yml,yaml}]
|
2021-08-10 18:30:57 +02:00
|
|
|
indent_size = 2
|