block-explorer/.editorconfig

16 lines
213 B
INI
Raw Normal View History

2017-06-13 20:54:56 +02:00
root = true
[*]
2021-01-17 21:50:21 +01:00
charset = utf-8
2017-06-13 20:54:56 +02:00
end_of_line = lf
insert_final_newline = true
2021-01-17 21:50:21 +01:00
indent_style = space
indent_size = 4
2017-06-13 20:54:56 +02:00
trim_trailing_whitespace = true
2021-01-17 21:50:21 +01:00
[*.md]
trim_trailing_whitespace = false
2017-06-13 20:54:56 +02:00
[*.yml]
indent_size = 2