1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-09 06:20:43 +00:00
neonmodem/.editorconfig
2022-12-28 21:11:23 -05:00

22 lines
316 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
insert_final_newline = true
max_line = 80
[*.{md,markdown}]
trim_trailing_whitespace = false
[*.go]
indent_style = tab
indent_size = 2
[{Makefile,Makefile.*}]
indent_style = tab
indent_size = 2