Skip to content

Commit

Permalink
#6 #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooseppi12 committed Jan 18, 2021
1 parent dfb76b4 commit af2dc8f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[*.{fs,fsi,fsx}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{css,html}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
/.ionide
*.bak*
*.done
*.ionide*
3 changes: 3 additions & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ param(
[switch] $buildOnly
)

# Initialize the submodules
git submodule update --init --recursive

# Install npm packages
pushd src\Hosted
npm install
Expand Down

0 comments on commit af2dc8f

Please sign in to comment.