1
0
Fork 0
telegraph/.editorconfig

16 lines
248 B
INI
Raw Permalink Normal View History

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