github.com/influxdata/influxdb/v2@v2.7.6/.editorconfig (about)

     1  # EditorConfig helps us maintain consistent formatting on non-source files.
     2  # Visit https://editorconfig.org/ for details on how to configure your editor to respect these settings.
     3  
     4  # This is the terminal .editorconfig in this repository.
     5  root = true
     6  
     7  # You can't change this to * without the `checkfmt` make target failing due to many
     8  # files that don't adhere to this.
     9  [*.yml]
    10  insert_final_newline = true
    11  trim_trailing_whitespace = true