Files
dspace-angular/.editorconfig
Dániel Péter Sipos 23c01b4683 #0-remove
2020-10-28 10:44:51 +01:00

18 lines
298 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