check-whitespace: normalize .yaml files

This commit is contained in:
Andrej730
2026-09-14 11:33:10 +05:00
parent 3ae023bffc
commit 032a361d16
4 changed files with 11 additions and 10 deletions
+1
View File
@@ -296,6 +296,7 @@ PATTERNS = (
"*.cmake", "*.cmake",
"*/CMakeLists.txt", "*/CMakeLists.txt",
"*.yml", "*.yml",
"*.yaml",
"*.bat", "*.bat",
"*.cmd", "*.cmd",
"*.sh", "*.sh",
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
steps: steps:
- name: Set env - name: Set env
run: echo ok go run: echo ok go
build: build:
needs: activate needs: activate
runs-on: ubuntu-latest runs-on: ubuntu-latest
+8 -8
View File
@@ -75,19 +75,19 @@ about:
description: | description: |
IfcOpenShell IfcOpenShell
============ ============
IfcOpenShell is an open source ([LGPL]) software library for working with Industry Foundation Classes ([IFC]). Complete IfcOpenShell is an open source ([LGPL]) software library for working with Industry Foundation Classes ([IFC]). Complete
parsing support is provided for [IFC2x3 TC1], [IFC4 Add2 TC1], IFC4x1, IFC4x3, and IFC4x3. Extensive geometric support parsing support is provided for [IFC2x3 TC1], [IFC4 Add2 TC1], IFC4x1, IFC4x3, and IFC4x3. Extensive geometric support
is implemented for the IFC releases [IFC2x3 TC1] and [IFC4 Add2 TC1]. Extending with support for arbitrary IFC schemas is implemented for the IFC releases [IFC2x3 TC1] and [IFC4 Add2 TC1]. Extending with support for arbitrary IFC schemas
is possible at compile-time when using C++ and at run-time when using Python. is possible at compile-time when using C++ and at run-time when using Python.
In addition to a C++ and Python API, IfcOpenShell comes with an ecosystem of tools, notably including IfcConvert (an In addition to a C++ and Python API, IfcOpenShell comes with an ecosystem of tools, notably including IfcConvert (an
application to convert IFC models to application to convert IFC models to
other formats), the BlenderBIM Add-on (an add-on to Blender providing a graphical IFC authoring platform), and many other formats), the BlenderBIM Add-on (an add-on to Blender providing a graphical IFC authoring platform), and many
other libraries, CLI apps, and more. Support is also provided for auxiliary standards such as BCF and IDS. other libraries, CLI apps, and more. Support is also provided for auxiliary standards such as BCF and IDS.
For more information, see: For more information, see:
* [IfcOpenShell Website](http://ifcopenshell.org) * [IfcOpenShell Website](http://ifcopenshell.org)
* [IfcOpenShell Documentation](http://bonsaibim.org/docs-python) * [IfcOpenShell Documentation](http://bonsaibim.org/docs-python)
* [IfcOpenShell C++ Installation](https://bonsaibim.org/docs-python/ifcopenshell/installation.html) * [IfcOpenShell C++ Installation](https://bonsaibim.org/docs-python/ifcopenshell/installation.html)
@@ -97,7 +97,7 @@ about:
* [Bonsai Documentation](http://bonsaibim.org/docs) * [Bonsai Documentation](http://bonsaibim.org/docs)
* [Add-on Installation](https://bonsaibim.org/docs/users/installation.html) * [Add-on Installation](https://bonsaibim.org/docs/users/installation.html)
* [Exploring an IFC model](https://bonsaibim.org/docs/users/exploring_an_ifc_model.html) * [Exploring an IFC model](https://bonsaibim.org/docs/users/exploring_an_ifc_model.html)
<table> <table>
<thead> <thead>
<tr> <tr>
@@ -138,12 +138,12 @@ about:
<td>Docker hub</td> <td>Docker hub</td>
<td><a href="https://hub.docker.com/r/aecgeeks/ifcopenshell"><img src="https://img.shields.io/docker/pulls/aecgeeks/ifcopenshell" alt="Docker Pulls"></a></td> <td><a href="https://hub.docker.com/r/aecgeeks/ifcopenshell"><img src="https://img.shields.io/docker/pulls/aecgeeks/ifcopenshell" alt="Docker Pulls"></a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
Contents Contents
-------- --------
Those marked with an asterisk are part of IfcOpenShell. Those marked with an asterisk are part of IfcOpenShell.
<table> <table>
<thead> <thead>
@@ -281,7 +281,7 @@ about:
</tr> </tr>
</tbody> </tbody>
</table> </table>
[LGPL]: https://github.com/IfcOpenShell/IfcOpenShell/tree/master/COPYING.LESSER "LGPL-3.0-or-later" [LGPL]: https://github.com/IfcOpenShell/IfcOpenShell/tree/master/COPYING.LESSER "LGPL-3.0-or-later"
[IFC]: https://technical.buildingsmart.org/standards/ifc/ "IFC" [IFC]: https://technical.buildingsmart.org/standards/ifc/ "IFC"
[IFC2x3 TC1]: https://standards.buildingsmart.org/IFC/RELEASE/IFC2x3/TC1/HTML/ "IFC2x3 TC1" [IFC2x3 TC1]: https://standards.buildingsmart.org/IFC/RELEASE/IFC2x3/TC1/HTML/ "IFC2x3 TC1"
+1 -1
View File
@@ -15,5 +15,5 @@ about:
home: http://ifcopenshell.org home: http://ifcopenshell.org
license: LGPL-3.0-or-later license: LGPL-3.0-or-later
summary: | summary: |
IfcOpenShell is an open source (LGPL) software library for IfcOpenShell is an open source (LGPL) software library for
working with the Industry Foundation Classes (IFC) file format. working with the Industry Foundation Classes (IFC) file format.