mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-06 17:44:11 +00:00
25 lines
460 B
INI
25 lines
460 B
INI
# Editor configuration, see https://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.ts]
|
|
quote_type = single
|
|
ij_typescript_enforce_trailing_comma = whenmultiline
|
|
|
|
[*.js]
|
|
ij_javascript_enforce_trailing_comma = whenmultiline
|
|
|
|
[*.json5]
|
|
ij_json_keep_blank_lines_in_code = 3
|