summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-05-01 09:25:30 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2017-05-01 09:25:30 +0200
commiteabbd037f5f605a9ecf06185cd62594eb4564bce (patch)
tree329f5825bbe2c31e7f501c1eed51c7ef15847776 /.editorconfig
parent89d464c7f38b902e332f082f99df075dee080978 (diff)
downloadradio-controller-eabbd037f5f605a9ecf06185cd62594eb4564bce.tar.gz
radio-controller-eabbd037f5f605a9ecf06185cd62594eb4564bce.tar.bz2
radio-controller-eabbd037f5f605a9ecf06185cd62594eb4564bce.tar.xz
radio-controller-eabbd037f5f605a9ecf06185cd62594eb4564bce.zip
o Adding USB CDC code/support.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..4456701
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+indent_style = space
+indent_size = 4
+
+[stm32cubemx/**.{h,c}]
+indent_size = 2