# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later # SPDX-FileCopyrightText: 2021 Sonny Piers # EditorConfig is awesome: https://EditorConfig.org root = true [*] indent_style = space indent_size = 4 charset = utf-8 trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true [*.js] quote_type = single