You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
314 B

  1. # EditorConfig is awesome: http://EditorConfig.org
  2. # Top-most EditorConfig file
  3. root = true
  4. # Match and apply these rules for all file
  5. # types you open in your code editor
  6. [*]
  7. # Unix-style newlines
  8. end_of_line = lf
  9. insert_final_newline = true
  10. indent_style = space
  11. indent_size = 4
  12. trim_trailing_whitespace = true