[PECL-CVS] [web-pecl] master: Added some gitignore/editorconfig
[email protected] (James Titcumb via Derick Rethans)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: James Titcumb (asgrim) Committer: Derick Rethans (derickr) Date: 2026-01-05T13:17:53+01:00 Commit: https://github.com/php/web-pecl/commit/2f8ebda096611ddde947e5e914ab11b8ef5cfc96 Raw diff: https://github.com/php/web-pecl/commit/2f8ebda096611ddde947e5e914ab11b8ef5cfc96.diff Added some gitignore/editorconfig Changed paths: M .editorconfig M .gitignore Diff: diff --git a/.editorconfig b/.editorconfig index ab7fbda4..01be3ebf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ insert_final_newline = true [Makefile] indent_style = tab + +[compose.yml] +indent_size = 2 diff --git a/.gitignore b/.gitignore index 2a1fa179..953482e3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ # Generated by Composer /vendor/ + +# Generated by the SQL make script +/sql/*.res