Skip to content

Commit

Permalink
Merge csslsrs repository into weblsp monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
goulvenclech committed Nov 29, 2024
2 parents e68cd2e + 19a6893 commit 4fce15c
Show file tree
Hide file tree
Showing 57 changed files with 6,975 additions and 0 deletions.
26 changes: 26 additions & 0 deletions crates/csslsrs/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4

[{*.js,*.ts}]
indent_size = 2
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[{*.yml,*.yaml}]
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions crates/csslsrs/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/generated/* linguist-generated
16 changes: 16 additions & 0 deletions crates/csslsrs/.github/assets/CSSlsrs_logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4fce15c

Please sign in to comment.