A Excalidraw fork with syncing to your Atmosphere account and iroh for sync Https://lexidraw.app
42

Configure Feed

Select the types of activity you want to include in your feed.

add editorconfig (#1198)

* add editorconfig

* Update .editorconfig

Co-Authored-By: Lipis <lipiridis@gmail.com>

* remove duplicate section

Co-authored-by: Lipis <lipiridis@gmail.com>

authored by

David Luzar
Lipis
and committed by
GitHub
(Apr 3, 2020, 7:19 PM +0200) 8dccc793 5f447cfe

+12
+12
.editorconfig
··· 1 + # http://EditorConfig.org 2 + 3 + # top-level EditorConfig file 4 + root = true 5 + 6 + [*] 7 + charset = utf-8 8 + end_of_line = lf 9 + indent_size = 2 10 + indent_style = space 11 + insert_final_newline = true 12 + trim_trailing_whitespace = true