.editorconfig 169 B

123456789101112
  1. root = true
  2. [ya.make]
  3. end_of_line = lf
  4. insert_final_newline = true
  5. trim_trailing_whitespace = true
  6. indent_style = space
  7. indent_size = 4
  8. tab_width = 4
  9. charset = utf-8