srne-mqtt/.editorconfig

22 lines
352 B
INI
Raw Permalink Normal View History

2021-10-31 16:03:18 +00:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{py,yaml,yml,md}]
2021-10-31 16:03:18 +00:00
indent_style = space
[*.{yaml,yml,md}]
2021-10-31 16:03:18 +00:00
indent_size = 2
2023-12-08 12:45:38 +00:00
[.vscode/*.json]
insert_final_newline = false