github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/frontend/manage/.editorconfig (about)

     1  # http://editorconfig.org
     2  root = true
     3  
     4  [*]
     5  charset = utf-8
     6  indent_style = space
     7  indent_size = 2
     8  insert_final_newline = true
     9  trim_trailing_whitespace = true
    10  
    11  # 4 spaces indentation
    12  [*.{ts,scss,css}]
    13  indent_style = space
    14  indent_size = 4
    15  
    16  # 2 spaces indentation
    17  [*.{html}]
    18  indent_style = space
    19  indent_size = 2
    20  
    21  [*.md]
    22  max_line_length = 0
    23  trim_trailing_whitespace = false
    24  
    25  # Indentation override
    26  #[lib/**.js]
    27  #[{package.json,.travis.yml}]
    28  #[**/**.js]