Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
8ce76ff4
Commit
8ce76ff4
authored
Jun 13, 2018
by
David Haynes
🙆
Browse files
Ensure consistant prettier formatting with .rc
parent
f3699b03
Changes
3
Show whitespace changes
Inline
Side-by-side
schedules_web/.gitignore
View file @
8ce76ff4
...
...
@@ -19,3 +19,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode/
schedules_web/.prettierrc
0 → 100644
View file @
8ce76ff4
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"useTabs": false,
"jsxBracketSameLine": true,
"stylelintIntegration": true,
"trailingComma": "es5"
}
schedules_web/.vscode/settings.json
deleted
100644 → 0
View file @
f3699b03
{
"prettier.printWidth"
:
120
,
"prettier.tabWidth"
:
4
,
"prettier.singleQuote"
:
true
,
"prettier.useTabs"
:
false
,
"prettier.jsxBracketSameLine"
:
true
,
"prettier.stylelintIntegration"
:
true
,
"prettier.trailingComma"
:
"es5"
,
"editor.formatOnSave"
:
true
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment