Skip to content

Commit

Permalink
Update recipes again; Add <.editorconfig>
Browse files Browse the repository at this point in the history
Version is already bumped in last commit
  • Loading branch information
Edditoria committed Feb 1, 2020
1 parent ae6e2d0 commit 248facc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root=true

[*]
charset=utf-8
end_of_line=crlf
indent_style=tab
insert_final_newline=true

[{*.crt}]
end_of_line=lf
4 changes: 2 additions & 2 deletions utils/set_recipes.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ set "java_x64_download_url=https://javadl.oracle.com/webapps/download/AutoDL?Bun

set "libreoffice_recipe_name=libreoffice"
set "libreoffice_fullname=LibreOffice"
set "libreoffice_filename=LibreOffice_6.2.8_Win_x86.msi"
set "libreoffice_download_url=https://download.documentfoundation.org/libreoffice/stable/6.2.8/win/x86/LibreOffice_6.2.8_Win_x86.msi"
set "libreoffice_filename=LibreOffice_6.3.4_Win_x86.msi"
set "libreoffice_download_url=https://download.documentfoundation.org/libreoffice/stable/6.3.4/win/x86/LibreOffice_6.3.4_Win_x86.msi"

set "vlc_recipe_name=vlc"
set "vlc_x64_fullname=VLC Media Player"
Expand Down

0 comments on commit 248facc

Please sign in to comment.