github.com/pion/dtls/v2@v2.2.12/.editorconfig (about) 1 # http://editorconfig.org/ 2 # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly> 3 # SPDX-License-Identifier: MIT 4 5 root = true 6 7 [*] 8 charset = utf-8 9 insert_final_newline = true 10 trim_trailing_whitespace = true 11 end_of_line = lf 12 13 [*.go] 14 indent_style = tab 15 indent_size = 4 16 17 [{*.yml,*.yaml}] 18 indent_style = space 19 indent_size = 2 20 21 # Makefiles always use tabs for indentation 22 [Makefile] 23 indent_style = tab