summaryrefslogtreecommitdiffstats
path: root/misc/scripts/file_format.sh
Commit message (Expand)AuthorAgeFilesLines
* CI: Overhaul static checks to use `pre-commit`Thaddeus Crews2024-05-081-89/+0
* Fix `printf` for format checksA Thousand Ships2024-02-021-1/+1
* CI: Speed up static checks by checking only changed filesRémi Verschelde2023-04-201-4/+10
* CI: Visibly print trailing whitespace when static checks failRémi Verschelde2023-04-051-6/+7
* Fix file formatting script dependencies and cleanupAaron Franke2023-01-121-8/+10
* Add an exception for thirdparty subdirectories in file_format.shRiteo Siuga2022-11-131-1/+3
* Fix UTF-8 validation in static checksGergely Kis2022-09-051-7/+20
* File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-0/+2
* improve OS.get_name classref, misc/scripts fixes, remove trailing quoteNathan Franke2022-04-221-3/+2
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-4/+3
* Skip formatting .bat files in file_format.shAaron Franke2022-01-051-0/+2
* Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-141-0/+3
* Print colored diffs when there are formatting failures in CIHugo Locurcio2021-08-251-1/+1
* Merge pull request #46117 from akien-mga/dynamic-load-libudevRémi Verschelde2021-02-171-0/+2
|\
| * Dynamically load libudev.so.1 on Linux if `udev=yes`Rémi Verschelde2021-02-171-0/+2
* | CI: Remove file_format.sh changes hard to reproduce on WindowsRémi Verschelde2021-02-151-9/+0
|/
* Add line removal around braces to the file formatting scriptAaron Franke2020-11-161-0/+7
* Fix incorrect comments in file formatting scriptAaron Franke2020-07-281-4/+4
* Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-271-10/+11
* Add static formatting checks for GitHub ActionsAaron Franke2020-07-131-0/+59