You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
285 B

  1. root = true
  2. [*.{yaml,yml,yml.j2,yaml.j2}]
  3. indent_style = space
  4. indent_size = 2
  5. trim_trailing_whitespace = true
  6. insert_final_newline = true
  7. charset = utf-8
  8. [{Dockerfile}]
  9. indent_style = space
  10. indent_size = 2
  11. trim_trailing_whitespace = true
  12. insert_final_newline = true
  13. charset = utf-8