PHP_SMART_HOME_V3/.editorconfig

19 lines
289 B
INI
Raw Normal View History

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