mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
19 lines
280 B
INI
19 lines
280 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 120
|
|
indent_style = tab
|
|
indent_size = 2
|
|
|
|
[*.{yml,yaml,Dockerfile}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[justfile]
|
|
indent_style = space
|
|
indent_size = 4
|