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

.prettierrc.yaml - github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30baf7d8afb6063b7875185431be0080eaed2b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
printWidth: 90
tabWidth: 4
semi: true
trailingComma: "none"
singleQuote: false
quoteProps: consistent
bracketSpacing: false
overrides:
  - files: ["*.yaml", "*.yml", "*.json", "*.less"]
    options:
      tabWidth: 2