Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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