mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 05:13:33 -06:00
Initial commit
This commit is contained in:
19
node_modules/pipetteur/.editorconfig
generated
vendored
Normal file
19
node_modules/pipetteur/.editorconfig
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
; EditorConfig is awesome: http://EditorConfig.org
|
||||
|
||||
; top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
; Unix style line endings
|
||||
end_of_line = lf
|
||||
|
||||
; Always end file on newline
|
||||
insert_final_newline = true
|
||||
|
||||
; Indentation
|
||||
indent_style = space
|
||||
indent_size = 4
|
Reference in New Issue
Block a user