Codebase list gjs / 2316bac7-042f-4b34-851e-cc3ec900863d/main .editorconfig
2316bac7-042f-4b34-851e-cc3ec900863d/main

Tree @2316bac7-042f-4b34-851e-cc3ec900863d/main (Download .tar.gz)

.editorconfig @2316bac7-042f-4b34-851e-cc3ec900863d/mainraw · history · blame

# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2021 Sonny Piers <sonny@fastmail.net>

# 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