f18b281020
Prohibiting spaces where the established GNOME style has required them for a decade would be a harsh change for no good reason. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/50
16 lines
248 B
JSON
16 lines
248 B
JSON
{
|
|
"rules": {
|
|
"object-curly-spacing": [
|
|
"error",
|
|
"always"
|
|
]
|
|
},
|
|
"globals": {
|
|
"global": false,
|
|
"_": false,
|
|
"C_": false,
|
|
"N_": false,
|
|
"ngettext": false
|
|
}
|
|
}
|