• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# EditorConfig is awesome: http://EditorConfig.org
2
3root = true
4
5[*]
6end_of_line = lf
7insert_final_newline = true
8charset = utf-8
9trim_trailing_whitespace = true
10indent_style = space
11