root = true

[*]
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{py,toml}]
indent_size = 4

[*.{C,cpp,hpp,json,yaml,yml,xml}]
indent_size = 2

[*.{rst,inc}]
indent_size = 2

[Makefile]
indent_style = tab

# when adding words through vscode, this is the resulting output format
[cspell.json]
indent_size = 4
insert_final_newline = false
