Skip to content

Commit 94776e6

Browse files
gszyThomasGravekamp
authored andcommitted
Add an EditorConfig file
1 parent 43bd403 commit 94776e6

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
lines changed

.editorconfig

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
max_line_length = off
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false
14+
15+
[*.yml]
16+
indent_size = 2
17+
18+
[CNAME]
19+
insert_final_newline = false
20+
21+
[LICENSE]
22+
max_line_length = 80

_data/cheatsheets/linker_memory_regions/STM32F3.json

-1
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,3 @@
266266
}
267267
]
268268
}
269-

boards/Debugger-STM32F103C8T6-JLINK.md

-1
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,3 @@ title: "STM32F103C8T6 - JLINK Debugger"
158158
| | Ground plane |
159159
| | PA14 (SWCLK) |
160160
| | PA13 (SWDIO) |
161-

boards/STM32F746IGT6-WaveShare-Core7XXI.md

-1
Original file line numberDiff line numberDiff line change
@@ -405,4 +405,3 @@ title: "STM32F746IGT6 - WaveShare Core7XXI"
405405
| GNDQ | Ground plane |
406406
| DQ15 | PD10 |
407407
| GND | Ground plane |
408-

cheatsheets/makefile-options.md

-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,3 @@ The `USE_ST_CMSIS` variable should be set when using the CMSIS located in the ST
105105
_Defaults to: undefined_
106106

107107
The `USE_ST_HAL` variable should be set when using the HAL located in the STM32-base-STM32Cube repository. When this variable is set, the makefile act like the `USE_ST_CMSIS` is also set.
108-

guides/connecting-your-debugger.md

-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ This debugger has a 10-pin IDC connector. The pinout of this connector can be fo
9494

9595
![ST-LINK/V2 Clone Header]({{ site.url }}/assets/img/pinouts/ST-LINK_V2_Clone_Header.png)
9696
{: style="text-align: center;"}
97-

0 commit comments

Comments
 (0)