Edit

kc3-lang/libxkbcommon/.editorconfig

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2023-05-04 07:14:54
    Hash : 536cf427
    Message : .editorconfig: add .md config Signed-off-by: Ran Benita <ran@unusedvar.com>

  • .editorconfig
  • root = true
    
    [*]
    charset = utf-8
    end_of_line = lf
    trim_trailing_whitespace = true
    insert_final_newline = true
    indent_style = space
    indent_size = 4
    max_line_length = 80
    
    [*.yml,*.md]
    indent_style = space
    indent_size = 2