This commit is contained in:
XenGi 2023-10-24 18:17:36 +02:00
parent fb5bfbc100
commit 506fbb575c
Signed by: xengi
SSH key fingerprint: SHA256:FGp51kRvGOcWnTHiOI39ImwVO4A3fpvR30nPX3LpV7g
6 changed files with 192 additions and 6 deletions

View file

@ -6,8 +6,12 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.{js,jsx,ts,tsx,css,html}]
[*.{js,css,html,nix}]
charset = utf-8
indent_style = space
indent_size = 2
[*.go]
charset = utf-8
indent_style = space
indent_size = 4