.editorconfig 311 B

1234567891011121314151617
  1. root = true
  2. [*.{c,h,cpp,hpp,el,scm,ac,am,m4,po}{,.in}]
  3. end_of_line = lf
  4. insert_final_newline = true
  5. charset = utf-8
  6. trim_trailing_whitespace = true
  7. [*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}]
  8. max_line_length = 85
  9. [*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}]
  10. indent_style = space
  11. [*.{c,h,cpp,hpp}{,.in}]
  12. indent_size = 4