PHP_SMART_HOME_V3/.editorconfig

19 lines
289 B
INI
Raw Normal View History

2019-08-23 11:39:42 +00:00
# https://editorconfig.org/
root = true
[*]
2020-04-21 15:59:37 +00:00
indent_style = tab
indent_size = 3
end_of_line = lf
charset = utf-8
2019-08-23 11:39:42 +00:00
trim_trailing_whitespace = true
2020-04-21 15:59:37 +00:00
insert_final_newline = true
2019-08-23 11:39:42 +00:00
[*.md]
max_line_length = 80
[COMMIT_EDITMSG]
indent_size = 4
2020-04-21 15:59:37 +00:00
max_line_length = 80