Skip to content
Snippets Groups Projects
Commit f3ca071b authored by Evan Read's avatar Evan Read
Browse files

Merge branch 'an/editorconfig-fixes' into 'master'

chore: Improve editorconfig configuration

See merge request !117837



Merged-by: default avatarEvan Read <eread@gitlab.com>
Approved-by: default avatarRémy Coutable <remy@rymai.me>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: Andrew Newdigate's avatarAndrew Newdigate <andrew@gitlab.com>
parents 9bb565e2 1040b516
No related branches found
No related tags found
2 merge requests!118700Remove refactor_vulnerability_filters feature flag,!117837chore: Improve editorconfig configuration
Pipeline #841544251 passed
......@@ -17,5 +17,18 @@ charset = utf-8
[*.{md,markdown,js.snap}]
trim_trailing_whitespace = false
[doc/**/*.md]
trim_trailing_whitespace = true
[*.rb]
max_line_length = 120
# Don't apply editorconfig rules to vendor/ resources
[vendor/**]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
max_line_length = unset
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment