github.com/uchennaokeke444/nomad@v0.11.8/website/.editorconfig (about)

     1  # This file is for unifying the coding style for different editors and IDEs
     2  # editorconfig.org
     3  
     4  root = true
     5  
     6  [*]
     7  end_of_line = lf
     8  charset = utf-8
     9  insert_final_newline = true
    10  trim_trailing_whitespace = true
    11  indent_style = space
    12  indent_size = 2
    13  
    14  [Makefile]
    15  indent_style = tab
    16  
    17  [{*.md,*.json}]
    18  max_line_length = null