.editorconfig 156 B

123456789
  1. # EditorConfig is awesome: https://EditorConfig.org
  2. root = true
  3. [*.lua]
  4. indent_style = space
  5. indent_size = 4
  6. end_of_line = lf
  7. insert_final_newline = true