srumboard_frontend/.editorconfig
ortni79929 d68fa90514 Revert "Removed all files not related to docker stuff (should've done that earlier)"
This reverts commit 35a028fb82f94ee4db4d8e604cfd3699db60ae7f
2020-06-02 16:02:15 +02:00

17 lines
274 B
INI

# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false