選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.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