• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6end_of_line = lf
7indent_brace_style = K&R
8indent_size = 4
9indent_style = space
10insert_final_newline = true
11max_line_length = 80
12trim_trailing_whitespace = true
13
14