.editorconfig 316 B

123456789101112131415161718
  1. ; EditorConfig for klish
  2. ;
  3. ; This improves collaboration by configuring editors better.
  4. ; See https://editorconfig.org for further information.
  5. ;
  6. root = true
  7. [*]
  8. indent_style = tab
  9. tab_width = 8
  10. end_of_line = lf
  11. max_line_length = 80
  12. insert_final_newline = true
  13. [configure.ac]
  14. indent_style = space
  15. indent_size = 8