TinyNOT/.editorconfig

30 lines
573 B
INI

root = true # false
[*]
# see ./.clang-format for .cpp and .h
# overrides perettier's useTabs
indent_style = space # tab
# overrides perettier's tabWidth
indent_size = 4 # whole number
# overrides perettier's tabWidth
# tab_width = 4 # whole number
end_of_line = lf # cr | crlf
charset = utf-8 # latin1 | utf-8-bom | utf-16be | utf-16le
trim_trailing_whitespace = true # false
indent_brace_style = K&R
insert_final_newline = true # false
# overrides perettier's printWidth
max_line_length = 80
[*.md]
# overrides perettier's tabWidth
tab_width = 1 # whole number