Revision a604dc84d1c3a923985a959d099be85214cdc938 authored by Dmitri Naumov on 23 March 2021, 15:39:04 UTC, committed by Dmitri Naumov on 31 March 2021, 20:37:44 UTC
Will be used to determine whether a point (e.g. a cell center)
is deactivated or not.
1 parent e0a8977
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top