diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-05-14 16:03:46 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-05-16 23:24:34 +0200 |
commit | b502c816326908d04252ea3346f07811e8bdd42c (patch) | |
tree | 58fec07463d53c6b99632f2c09eec3e618277e62 /.editorconfig | |
parent | 037d84bed61fb93a5292d0194bbf734fd2927378 (diff) | |
download | radio-controller-b502c816326908d04252ea3346f07811e8bdd42c.tar.gz radio-controller-b502c816326908d04252ea3346f07811e8bdd42c.tar.bz2 radio-controller-b502c816326908d04252ea3346f07811e8bdd42c.tar.xz radio-controller-b502c816326908d04252ea3346f07811e8bdd42c.zip |
wip, experimenting with kconfig in mcucpp.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 8c27bca..120ffd0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,5 @@ indent_size = 4 [stm32cubemx/**.{h,c}] indent_size = 2 -[*.cmake] +[{*.cmake,CMakeLists.txt}] indent_size = 2 |