1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-07-21 23:27:23 +00:00
pages-server/.editorconfig
2022-11-07 23:49:48 +01:00

17 lines
245 B
INI

root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
indent_size = 1