Carl Shapiro pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .editorconfig
    1
    +# http://editorconfig.org
    
    2
    +
    
    3
    +root = true
    
    4
    +
    
    5
    +[*]
    
    6
    +indent_style = tab
    
    7
    +insert_final_newline = true
    
    8
    +tab_width = 8
    
    9
    +
    
    10
    +[*.{c,h}]
    
    11
    +indent_size = 4