Sha256: 690ade9f7ec2dce1097446ebbd8ffc1d54f69b90e3853e7529fa9f9509a4763c

Contents?: true

Size: 365 Bytes

Versions: 29

Compression:

Stored size: 365 Bytes

Contents

# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.h]
indent_style = space
indent_size = 2

[*.c]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
ddtrace-0.54.2 .editorconfig
ddtrace-0.54.1 .editorconfig
ddtrace-0.54.0 .editorconfig
ddtrace-0.53.0 .editorconfig
backtracie-0.3.0 .editorconfig
ddtrace-0.52.0 .editorconfig
backtracie-0.2.2 .editorconfig
backtracie-0.2.1 .editorconfig
backtracie-0.2.0 .editorconfig