.editorconfig 349 B

123456789
  1. # Don't allow rules from further up the tree.
  2. root = true
  3. [*] # Every file
  4. end_of_line = lf # Unix sytle line endings
  5. insert_final_newline = true # Ensure a new line at the end of each file
  6. indent_style = space # Use spaces instead of tabs
  7. indent_size = 4 # Indent 4 spaces