1
0
Fork 0
telegraph/.editorconfig
2024-08-05 02:02:59 +05:00

16 lines
No EOL
248 B
INI

# https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
[*.go]
indent_size = 8
indent_style = tab
[*.{html,js,css,yaml,yml,md}]
indent_size = 2
indent_style = space