Files
JiboSDK/node_modules/preprocess/.editorconfig
2026-03-22 03:21:45 +02:00

16 lines
310 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines, UTF-8 for all files
[*]
end_of_line = lf
charset = utf-8
# A newline ending every file (not sure if needed)
#insert_final_newline = true
# Tab indentation
indent_style = space
indent_size = 2