mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
editorconfig: add formatting config for TOML files
This commit is contained in:
parent
59bd69691b
commit
58783820cf
@ -4,6 +4,6 @@ root = true
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.{nix,yaml,json,tf}]
|
[*.{nix,yaml,json,toml,tf}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user