.editorconfig 392 B

1234567891011121314151617
  1. # EditorConfig for Spring Security
  2. # see https://github.com/spring-projects/spring-security/blob/master/CONTRIBUTING.md#mind-the-whitespace
  3. # top-most EditorConfig file
  4. root = true
  5. # Unix-style newlines with a newline ending every file
  6. [*]
  7. end_of_line = lf
  8. insert_final_newline = true
  9. charset = latin1
  10. # 4 tabs indentation
  11. indent_style = tab
  12. tab_width = 4
  13. trim_trailing_whitespace = true