Revision 78b286ec5bee975732849aaa61a6a688a7114cc2 authored by Sam Clegg on 23 March 2024, 00:27:09 UTC, committed by GitHub on 23 March 2024, 00:27:09 UTC
See https://github.com/WebAssembly/binaryen/pull/6428
1 parent ecdca7b
Raw File
.editorconfig
# https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

[*.{js,py}]
charset = utf-8
indent_style = space
indent_size = 2
back to top