Files
Andrii Kucherenko 68ca373e2f feat(JSCPD): Started 1.0.0 version development, move from coffee to ts, change tokenizer, new report
Change tokenizer from codemirror to prism.js, chaned API, add new formats
2018-08-14 12:02:47 +03:00

11 lines
166 B
INI

# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true