foo
This commit is contained in:
parent
fb5bfbc100
commit
506fbb575c
6 changed files with 192 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue