node/deps/base64/base64/.editorconfig
Brian White 2ec8092e2c
deps,src: use SIMD for normal base64 encoding
PR-URL: https://github.com/nodejs/node/pull/39775
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2022-07-25 21:43:33 -04:00

22 lines
311 B
INI

# https://EditorConfig.org
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
tab_width = 8
indent_size = 8
[CMakeLists.txt]
tab_width = 4
indent_style = space
[*.cmake]
tab_width = 4
indent_style = space
[*.py]
tab_width = 4
indent_style = space