.editorconfig 391 B

12345678910111213141516
  1. # EditorConfig configuration for archiso
  2. # http://EditorConfig.org
  3. # Top-most EditorConfig file
  4. root = true
  5. # Unix-style newlines without trailing whitespaces, but with a newline
  6. # ending every file, utf-8 charset, set indent to spaces with width of four
  7. [*]
  8. end_of_line = lf
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
  11. charset = utf-8
  12. indent_style = space
  13. indent_size = 4