1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 14:59:26 +01:00
Files
dozzle/.editorconfig
Amir Raminfar 7d801379db Uses 4 spaces
2018-11-30 10:04:55 -08:00

18 lines
244 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
[*.go]
indent_style = tab
indent_size = 4
[package.json]
indent_size = 1