ESP8266-IOT-timer/.editorconfig

28 lines
547 B
INI

root = true # false
[*]
# see ./.clang-format for .cpp and .h
# overrides perettier's useTabs
indent_style = tab # space
# 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
insert_final_newline = true # false
# overrides perettier's printWidth
max_line_length = 80
[*.md]
# overrides perettier's tabWidth
tab_width = 1 # whole number