| # SPDX-License-Identifier: BSD-2-Clause | |
| # See here for more information about the format and editor support: | |
| # https://editorconfig.org/ | |
| root = true | |
| [{*.{c,dts,h,lds,ldS,mk,s,S},Kconfig,Makefile,Makefile.*}] | |
| charset = utf-8 | |
| end_of_line = lf | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true | |
| indent_style = tab | |
| indent_size = 8 | |
| [*.py] | |
| charset = utf-8 | |
| end_of_line = lf | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true | |
| indent_style = space | |
| indent_size = 4 |