abc7cc9a26
gjs has changed its configuration to YAML, so switch to that format to keep syncing possible. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/818
14 lines
347 B
YAML
14 lines
347 B
YAML
rules:
|
|
indent:
|
|
- error
|
|
- 4
|
|
- ignoredNodes:
|
|
- 'CallExpression[callee.object.name=GObject][callee.property.name=registerClass] > ClassExpression:first-child'
|
|
CallExpression:
|
|
arguments: first
|
|
ArrayExpression: first
|
|
ObjectExpression: first
|
|
MemberExpression: off
|
|
prefer-template: off
|
|
quotes: off
|