Revision 9ba45fcaace07510ef259d4cda2bc5ec523cf6d1 authored by Daniel Rosenwasser on 16 January 2020, 00:11:45 UTC, committed by Daniel Rosenwasser on 16 January 2020, 00:11:45 UTC
1 parent 609a605
Raw File
.editorconfig

root = true

[{src,scripts}/**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
back to top