forked from Molunerfinn/hexo-theme-melody
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylus_format.json
27 lines (27 loc) · 871 Bytes
/
stylus_format.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"insertColons": true,
"insertSemicolons": false,
"insertBraces": false,
"insertNewLineAroundImports": true,
"insertNewLineAroundBlocks": true,
"insertNewLineAroundProperties": false,
"insertNewLineAroundOthers": false,
"insertNewLineBetweenSelectors": true,
"insertSpaceBeforeComment": true,
"insertSpaceAfterComment": true,
"insertSpaceAfterComma": true,
"insertSpaceInsideParenthesis": false,
"insertParenthesisAroundIfCondition": false,
"insertNewLineBeforeElse": false,
"insertParenthesisAroundNegatedVariable": false,
"insertLeadingZeroBeforeFraction": false,
"quoteChar": "'",
"sortProperties": "grouped",
"alwaysUseImport": false,
"alwaysUseNot": false,
"alwaysUseAtBlock": false,
"alwaysUseExtends": false,
"alwaysUseNoneOverZero": false,
"alwaysUseZeroWithoutUnit": true,
"reduceMarginAndPaddingValues": true
}