Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.prettierrc - github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba97ca5515143cbf8a10eba75ff527af168b71a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "printWidth": 100,
  "tabWidth": 2,
  "useTabs": false,
  "semi": true,
  "singleQuote": true,
  "quoteProps": "as-needed",
  "jsxSingleQuote": false,
  "trailingComma": "es5",
  "bracketSpacing": true,
  "jsxBracketSameLine": false,
  "arrowParens": "always"
}