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

11 行
176 B

  1. # EditorConfig https://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. # 4 space indentation
  5. [*.{py,pyi}]
  6. indent_style = space
  7. indent_size = 4
  8. max_line_length = 88