Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

17 righe
234 B

  1. root = true
  2. [*]
  3. charset = utf-8
  4. end_of_line = lf
  5. insert_final_newline = true
  6. indent_style = space
  7. indent_size = 4
  8. trim_trailing_whitespace = true
  9. [*.md]
  10. trim_trailing_whitespace = false
  11. [*.yml]
  12. indent_style = space
  13. indent_size = 2