mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 11:40:14 +02:00
18 lines
285 B
YAML
18 lines
285 B
YAML
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
ignore-from-file: .gitignore
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
truthy:
|
|
check-keys: false
|
|
document-start: disable
|
|
line-length:
|
|
max: 160
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
new-lines:
|
|
type: dos
|