Coding - Applying formatting to gxx files (#730)

- Updated GitHub Action for ASCII Check and Clang-Format
- Formatted all gxx files in the src directory
This commit is contained in:
Pasukhin Dmitry
2025-09-21 09:53:01 +01:00
committed by GitHub
parent 4cd93baf2a
commit 08c8482271
74 changed files with 18269 additions and 16045 deletions

View File

@@ -8,7 +8,7 @@ inputs:
file-pattern:
description: 'Pattern to match files for ASCII check'
required: false
default: '^(src)/.*\.(cpp|hxx|cxx|lxx|h|pxx|hpp)$'
default: '^(src)/.*\.(cpp|hxx|cxx|lxx|h|pxx|hpp|gxx)$'
outputs:
has-non-ascii:

View File

@@ -8,7 +8,7 @@ inputs:
file-pattern:
description: 'Pattern to match files for formatting check'
required: false
default: '^(src)/.*\.(cpp|hxx|cxx|lxx|h|pxx|hpp)$'
default: '^(src)/.*\.(cpp|hxx|cxx|lxx|h|pxx|hpp|gxx)$'
clang-format-version:
description: 'Required clang-format version'
required: false