CoolFace
Apppublic

Umama-at-Bluchip/Quick-UI

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.editorconfig15 linesDownload Raw Back to parseargs
1# EditorConfig is awesome: http://EditorConfig.org2 3# top-most EditorConfig file4root = true5 6# Copied from Node.js to ease compatibility in PR.7[*]8charset = utf-89end_of_line = lf10indent_size = 211indent_style = space12insert_final_newline = true13trim_trailing_whitespace = true14quote_type = single15