1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-01-06 12:18:29 +01:00
shareon-pulsanti-condivisio.../.editorconfig
Nikita Karamov 36f0a73c91
Add EditorConfig
Files remain unformatted for now
2021-01-17 00:11:48 +03:00

20 lines
296 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
indent_size = 2
indent_style = space
max_line_length = off
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space