mirror of
https://github.com/nix-community/flakelight.git
synced 2024-11-07 16:14:06 +01:00
21 lines
308 B
INI
21 lines
308 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 80
|
|
|
|
[{*.nix,flake.lock,*.yml}]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
indent_size = 2
|
|
|
|
[COMMIT_EDITMSG]
|
|
max_line_length = 72
|