diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-05-27 10:55:23 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-05-27 11:01:19 +0200 |
commit | a819d3cbddbb5294b98b2fd6590f9fff13491d85 (patch) | |
tree | a529b8260f7f8a8d589de3f4dcdb278fea08ab25 /.editorconfig | |
parent | 46b7f97720293e098fa26eb5269b481c45819deb (diff) | |
download | radio-controller-a819d3cbddbb5294b98b2fd6590f9fff13491d85.tar.gz radio-controller-a819d3cbddbb5294b98b2fd6590f9fff13491d85.tar.bz2 radio-controller-a819d3cbddbb5294b98b2fd6590f9fff13491d85.tar.xz radio-controller-a819d3cbddbb5294b98b2fd6590f9fff13491d85.zip |
o Moving generated code to under bsp/. Renaming to match PCB.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 120ffd0..c17be0c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ charset = utf-8 indent_style = space indent_size = 4 -[stm32cubemx/**.{h,c}] +[bsp/**.{h,c}] indent_size = 2 [{*.cmake,CMakeLists.txt}] |