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.

.editorconfig 323B

1234567891011121314151617
  1. # PF4J code formatting styles
  2. # Checkout http://editorconfig.org/ for more information and how to use it
  3. root = true
  4. [*]
  5. charset = utf-8
  6. end_of_line = lf
  7. indent_style = space
  8. indent_size = 4
  9. #[{*.java,*.xml,*.js,*.css]
  10. trim_trailing_whitespace = true
  11. insert_final_newline = true
  12. [*.md]
  13. trim_trailing_whitespace = false