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

.editorconfig 156 B

12345678
  1. [*]
  2. charset = utf-8
  3. end_of_line = lf
  4. indent_size = 4
  5. indent_style = space
  6. insert_final_newline = true
  7. max_line_length = 120
  8. trim_trailing_whitespace = true