25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
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