mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-07 09:33:23 +00:00
meta: specify indentation for json files
This commit is contained in:
parent
91df9c81c4
commit
faea8c1900
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ indent_style = space
|
|||
indent_size = 2
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.{js,nix,yml,yaml}]
|
||||
[*.{js,json,nix,yml,yaml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"release": "v0.8",
|
||||
"isReleaseBranch": false
|
||||
"release": "v0.8",
|
||||
"isReleaseBranch": false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue