Skip to content

Commit

Permalink
Refactor json indent to 2 space
Browse files Browse the repository at this point in the history
- update .editorconfig
- apply indent to json files
  • Loading branch information
Jaewoook committed Aug 9, 2022
1 parent 06cdfde commit c82ac63
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trim_trailing_whitespace = true
insert_final_newline = true

[*.json]
tab_width = 2
indent_size = 2

[*.md]
trim_trailing_whitespace = false
Expand Down
20 changes: 10 additions & 10 deletions background.tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"noEmit": false,
"outDir": "./build/background",
"isolatedModules": false
},
"include": [
"background/*"
]
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"noEmit": false,
"outDir": "./build/background",
"isolatedModules": false
},
"include": [
"background/*"
]
}
36 changes: 18 additions & 18 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"manifest_version": 3,
"name": "์ฃผ์†Œ๊ฒ€์ƒ‰",
"version": "1.0.8",
"description": "๋Œ€ํ•œ๋ฏผ๊ตญ ์ฃผ์†Œ๊ฒ€์ƒ‰ ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ",
"author": "Jaewook Ahn",
"icons": {
"16": "icons/icon_16.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"permissions": ["storage"],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons/icon_16.png",
"24": "icons/icon_24.png",
"32": "icons/icon_32.png"
}
"manifest_version": 3,
"name": "์ฃผ์†Œ๊ฒ€์ƒ‰",
"version": "1.0.8",
"description": "๋Œ€ํ•œ๋ฏผ๊ตญ ์ฃผ์†Œ๊ฒ€์ƒ‰ ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ",
"author": "Jaewook Ahn",
"icons": {
"16": "icons/icon_16.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"permissions": ["storage"],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons/icon_16.png",
"24": "icons/icon_24.png",
"32": "icons/icon_32.png"
}
}
}

0 comments on commit c82ac63

Please sign in to comment.