mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 13:37:41 +00:00
9 lines
155 B
Text
9 lines
155 B
Text
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "auto"
|
|
}
|