mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Set indent_size for shell script to 4
This commit is contained in:
parent
a50586202c
commit
b7ad1d5d08
1 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.sh]
|
||||||
|
indent_size = 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue