https://github.com/AU-COBRA/ConCert
Raw File
Tip revision: 8afa8343322daf144576555ac800ca5a7d6120fc authored by Danil Annenkov on 25 February 2022, 11:56:07 UTC
Switch to LIGO 0.34.0; uncomment extraction of CounterSubsetTypes
Tip revision: 8afa834
.editorconfig
# editorconfig.org

# top-most EditorConfig file
root = true

[*]
insert_final_newline = true
indent_size = 2
indent_style = space
trim_trailing_whitespace = true

[{Makefile,CoqMakefile.local}]
indent_style = tab
indent_size = 4
back to top