Format YAML and JSON Files With Prettier (#4304)
* ci: format yaml and json files with prettier * chore: add changelog entry * fix: format everything * ci: run pretter on all files * ci: rename prettier step
This commit is contained in:
+18
-1
@@ -1,6 +1,23 @@
|
||||
# emoji.json should remain minified
|
||||
resources/emoji.json
|
||||
|
||||
# Ignore submodule files
|
||||
lib/*/
|
||||
conan-pkgs/*/
|
||||
cmake/sanitizers-cmake/
|
||||
|
||||
.github/
|
||||
# Build folders
|
||||
*build-*/
|
||||
[bB]uild
|
||||
/_build/
|
||||
|
||||
# Editors
|
||||
.vscode
|
||||
.vs
|
||||
.idea
|
||||
dependencies
|
||||
.cache
|
||||
.editorconfig
|
||||
|
||||
# vcpkg
|
||||
vcpkg_installed/
|
||||
|
||||
Reference in New Issue
Block a user