Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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