mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
reformat, change tab to space
This commit is contained in:
parent
28da3dced1
commit
9dd20e063b
|
|
@ -8,9 +8,9 @@ root = true
|
|||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{html,md,js}]
|
||||
[*.{html,md,js,vue,es6,json}]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# Matches the exact files either package.json or .travis.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue