Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

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