All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m1s
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
10 lines
147 B
JSON
10 lines
147 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"endOfLine": "lf"
|
|
}
|