https://github.com/AU-COBRA/ConCert
Revision 67e9f2ca599d9e71f0eaad333ab59372e1696089 authored by Danil on 02 September 2021, 20:48:16 UTC, committed by Danil on 02 September 2021, 20:48:16 UTC
1 parent 1fce313
Raw File
Tip revision: 67e9f2ca599d9e71f0eaad333ab59372e1696089 authored by Danil on 02 September 2021, 20:48:16 UTC
Uncomment extraction of the counter with subset types
Tip revision: 67e9f2c
.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