diff options
Diffstat (limited to 'sass/.prettierrc')
| -rw-r--r-- | sass/.prettierrc | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/sass/.prettierrc b/sass/.prettierrc new file mode 100644 index 0000000..015eea5 --- /dev/null +++ b/sass/.prettierrc @@ -0,0 +1,7 @@ +{ +  "singleQuote": true, +  "tabWidth": 2, +  "printWidth": 80, +  "semi": true, +  "trailingComma": "es5" +} | 
