Skip to content

Commit b23a8eb

Browse files
committed
Add .editorconfig file
1 parent 36b6013 commit b23a8eb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.editorconfig

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright (c) 2021 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# Mbed OS Coding style spec for editors.
5+
6+
# References:
7+
# [EC] http://editorconfig.org/
8+
9+
root = true
10+
11+
[*]
12+
indent_style = space
13+
indent_size = 4
14+
end_of_line = lf
15+
charset = utf-8
16+
trim_trailing_whitespace = true
17+
insert_final_newline = true
18+
19+
[*.yml]
20+
indent_style = space
21+
indent_size = 2

0 commit comments

Comments
 (0)