blob: 49e3aa967ad1feaf2c84786f9ef10156d008905c [file] [log] [blame]
{
"rules": {
"semicolon": [true, "always"],
"member-ordering": [
true,
"static-before-instance",
"variables-before-functions"
],
"max-line-length": {
"options": [120]
}
}
}