File: .editorconfig

package info (click to toggle)
modernizr 2.6.2%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,036 kB
  • sloc: javascript: 1,493; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
# 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