Diff
checker
Texto
Texto
Imagens
Documentos
Excel
Pastas
Legal
Enterprise
Aplicativo para desktop
Preços
Fazer login
Baixar o Diffchecker Desktop
Comparar texto
Encontre a diferença entre dois arquivos de texto
Ferramentas
Histórico
Editor live
Ocultar espaços em branco
Recolher inalteradas
Sem quebra de linha
Layout
Dividido
Unificado
Nível de detalhe
Inteligente
Palavra
Caractere
Estilos de texto
Alterar aparência
Realce de sintaxe
Escolher sintaxe
Ignorar
Transformar texto
Ir à primeira mudança
Editar entrada
Diffchecker Desktop
A maneira mais segura de usar o Diffchecker. Obtenha o aplicativo Diffchecker Desktop: seus diffs nunca saem do seu computador!
Obter Desktop
Untitled diff
Criado
há 11 anos
O diff nunca expira
Limpar
Exportar
Compartilhar
Explicar
76 remoções
Linhas
Total
Removido
Caracteres
Total
Removido
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
194 linhas
Copiar tudo
20 adições
Linhas
Total
Adicionado
Caracteres
Total
Adicionado
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
148 linhas
Copiar tudo
Copiar
Copiado
Copiar
Copiado
#
SCSS DEFAULT CONFIG - Default application configuration that all configurations inherit from.
#
HOUND
scss_files: "**/*.scss"
scss_files: "**/*.scss"
Copiar
Copiado
Copiar
Copiado
linters:
linters:
BangFormat:
BangFormat:
enabled: true
enabled: true
space_before_bang: true
space_before_bang: true
space_after_bang: false
space_after_bang: false
Copiar
Copiado
Copiar
Copiado
BorderZero:
BorderZero:
Copiar
Copiado
Copiar
Copiado
enabled:
true
enabled:
false
convention: zero
# or `none`
convention: zero
ColorKeyword:
ColorKeyword:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
severity: warning
ColorVariable:
ColorVariable:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
Comment:
Comment:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
DebugStatement:
DebugStatement:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
DeclarationOrder:
DeclarationOrder:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
DuplicateProperty:
DuplicateProperty:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
ElsePlacement:
ElsePlacement:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
style: same_line
# or 'new_line'
style: same_line
EmptyLineBetweenBlocks:
EmptyLineBetweenBlocks:
enabled: true
enabled: true
ignore_single_line_blocks: true
ignore_single_line_blocks: true
Copiar
Copiado
Copiar
Copiado
EmptyRule:
EmptyRule:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
FinalNewline:
FinalNewline:
enabled: true
enabled: true
present: true
present: true
Copiar
Copiado
Copiar
Copiado
HexLength:
HexLength:
Copiar
Copiado
Copiar
Copiado
enabled:
true
enabled:
false
style: short
# or 'long'
style: short
HexNotation:
HexNotation:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
style: lowercase
# or 'uppercase'
style: lowercase
HexValidation:
HexValidation:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
IdSelector:
IdSelector:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
ImportantRule:
ImportantRule:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
ImportPath:
ImportPath:
enabled: true
enabled: true
leading_underscore: false
leading_underscore: false
filename_extension: false
filename_extension: false
Copiar
Copiado
Copiar
Copiado
Indentation:
Indentation:
enabled: true
enabled: true
allow_non_nested_indentation: false
allow_non_nested_indentation: false
Copiar
Copiado
Copiar
Copiado
character: space
# or 'tab'
character: space
width: 2
width: 2
Copiar
Copiado
Copiar
Copiado
LeadingZero:
LeadingZero:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
style:
exclude_zero # or '
include_zero
'
style:
include_zero
MergeableSelector:
MergeableSelector:
enabled: true
enabled: true
force_nesting: true
force_nesting: true
Copiar
Copiado
Copiar
Copiado
NameFormat:
NameFormat:
enabled: true
enabled: true
allow_leading_underscore: true
allow_leading_underscore: true
Copiar
Copiado
Copiar
Copiado
convention: hyphenated_lowercase
# or 'BEM', or a regex pattern
convention: hyphenated_lowercase
NestingDepth:
NestingDepth:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
max_depth:
3
max_depth:
4
severity: warning
PlaceholderInExtend:
PlaceholderInExtend:
Copiar
Copiado
Copiar
Copiado
enabled: true
PropertyCount:
enabled: false
enabled: false
Copiar
Copiado
Copiar
Copiado
PropertyCount:
enabled: true
include_nested: false
include_nested: false
max_properties: 10
max_properties: 10
Copiar
Copiado
Copiar
Copiado
PropertyUnits:
enabled: true
global: ['em', 'ex', '%', 'px', 'ch', 'cm', 'mm', 'in', 'pt', 'pc', 'rem', 'vh', 'vw', 'vmin', 'vmax']
properties: {}
PropertySortOrder:
PropertySortOrder:
enabled: true
enabled: true
ignore_unspecified: false
ignore_unspecified: false
Copiar
Copiado
Copiar
Copiado
severity: warning
separate_groups: false
separate_groups: false
Copiar
Copiado
Copiar
Copiado
PropertySpelling:
PropertySpelling:
enabled: true
enabled: true
extra_properties: []
extra_properties: []
Copiar
Copiado
Copiar
Copiado
QualifyingElement:
QualifyingElement:
enabled: true
enabled: true
allow_element_with_attribute: false
allow_element_with_attribute: false
allow_element_with_class: false
allow_element_with_class: false
allow_element_with_id: false
allow_element_with_id: false
Copiar
Copiado
Copiar
Copiado
severity: warning
SelectorDepth:
SelectorDepth:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
max_depth:
3
max_depth:
2
severity: warning
SelectorFormat:
SelectorFormat:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
convention: hyphenated_lowercase
# or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
convention: hyphenated_lowercase
Shorthand:
Shorthand:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
severity: warning
SingleLinePerProperty:
SingleLinePerProperty:
enabled: true
enabled: true
allow_single_line_rule_sets: true
allow_single_line_rule_sets: true
Copiar
Copiado
Copiar
Copiado
SingleLinePerSelector:
SingleLinePerSelector:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
SpaceAfterComma:
SpaceAfterComma:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
SpaceAfterPropertyColon:
SpaceAfterPropertyColon:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
style: one_space
# or 'no_space', or 'at_least_one_space', or 'aligned'
style: one_space
SpaceAfterPropertyName:
SpaceAfterPropertyName:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
SpaceBeforeBrace:
SpaceBeforeBrace:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
style: space
# or 'new_line'
style: space
allow_single_line_padding: false
allow_single_line_padding: false
Copiar
Copiado
Copiar
Copiado
SpaceBetweenParens:
SpaceBetweenParens:
enabled: true
enabled: true
spaces: 0
spaces: 0
Copiar
Copiado
Copiar
Copiado
StringQuotes:
StringQuotes:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
style:
single_quotes # or
double_quotes
style:
double_quotes
TrailingSemicolon:
TrailingSemicolon:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
TrailingZero:
TrailingZero:
enabled: false
enabled: false
Copiar
Copiado
Copiar
Copiado
UnnecessaryMantissa:
UnnecessaryMantissa:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
UnnecessaryParentReference:
UnnecessaryParentReference:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
UrlFormat:
UrlFormat:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
UrlQuotes:
UrlQuotes:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
VariableForProperty:
VariableForProperty:
enabled: false
enabled: false
properties: []
properties: []
Copiar
Copiado
Copiar
Copiado
VendorPrefix
es
:
VendorPrefix
:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
identifier_list:
base
identifier_list:
bourbon
additional_identifiers
: []
include
: []
exclude
d_identifiers
: []
exclude
: []
ZeroUnit:
ZeroUnit:
enabled: true
enabled: true
Copiar
Copiado
Copiar
Copiado
severity: warning
Compass::
*
:
Compass::
PropertyWithMixin
:
enabled: false
enabled: false
Diferenças salvas
Texto original
Abrir arquivo
# SCSS DEFAULT CONFIG - Default application configuration that all configurations inherit from. scss_files: "**/*.scss" linters: BangFormat: enabled: true space_before_bang: true space_after_bang: false BorderZero: enabled: true convention: zero # or `none` ColorKeyword: enabled: true ColorVariable: enabled: true Comment: enabled: true DebugStatement: enabled: true DeclarationOrder: enabled: true DuplicateProperty: enabled: true ElsePlacement: enabled: true style: same_line # or 'new_line' EmptyLineBetweenBlocks: enabled: true ignore_single_line_blocks: true EmptyRule: enabled: true FinalNewline: enabled: true present: true HexLength: enabled: true style: short # or 'long' HexNotation: enabled: true style: lowercase # or 'uppercase' HexValidation: enabled: true IdSelector: enabled: true ImportantRule: enabled: true ImportPath: enabled: true leading_underscore: false filename_extension: false Indentation: enabled: true allow_non_nested_indentation: false character: space # or 'tab' width: 2 LeadingZero: enabled: true style: exclude_zero # or 'include_zero' MergeableSelector: enabled: true force_nesting: true NameFormat: enabled: true allow_leading_underscore: true convention: hyphenated_lowercase # or 'BEM', or a regex pattern NestingDepth: enabled: true max_depth: 3 PlaceholderInExtend: enabled: true PropertyCount: enabled: false include_nested: false max_properties: 10 PropertyUnits: enabled: true global: ['em', 'ex', '%', 'px', 'ch', 'cm', 'mm', 'in', 'pt', 'pc', 'rem', 'vh', 'vw', 'vmin', 'vmax'] properties: {} PropertySortOrder: enabled: true ignore_unspecified: false separate_groups: false PropertySpelling: enabled: true extra_properties: [] QualifyingElement: enabled: true allow_element_with_attribute: false allow_element_with_class: false allow_element_with_id: false SelectorDepth: enabled: true max_depth: 3 SelectorFormat: enabled: true convention: hyphenated_lowercase # or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern Shorthand: enabled: true SingleLinePerProperty: enabled: true allow_single_line_rule_sets: true SingleLinePerSelector: enabled: true SpaceAfterComma: enabled: true SpaceAfterPropertyColon: enabled: true style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned' SpaceAfterPropertyName: enabled: true SpaceBeforeBrace: enabled: true style: space # or 'new_line' allow_single_line_padding: false SpaceBetweenParens: enabled: true spaces: 0 StringQuotes: enabled: true style: single_quotes # or double_quotes TrailingSemicolon: enabled: true TrailingZero: enabled: false UnnecessaryMantissa: enabled: true UnnecessaryParentReference: enabled: true UrlFormat: enabled: true UrlQuotes: enabled: true VariableForProperty: enabled: false properties: [] VendorPrefix: enabled: true identifier_list: base additional_identifiers: [] excluded_identifiers: [] ZeroUnit: enabled: true Compass::*: enabled: false
Texto alterado
Abrir arquivo
# HOUND scss_files: "**/*.scss" linters: BangFormat: enabled: true space_before_bang: true space_after_bang: false BorderZero: enabled: false convention: zero ColorKeyword: enabled: true severity: warning ColorVariable: enabled: true Comment: enabled: true DebugStatement: enabled: true DeclarationOrder: enabled: true DuplicateProperty: enabled: true ElsePlacement: enabled: true style: same_line EmptyLineBetweenBlocks: enabled: true ignore_single_line_blocks: true EmptyRule: enabled: true FinalNewline: enabled: true present: true HexLength: enabled: false style: short HexNotation: enabled: true style: lowercase HexValidation: enabled: true IdSelector: enabled: true ImportantRule: enabled: true ImportPath: enabled: true leading_underscore: false filename_extension: false Indentation: enabled: true allow_non_nested_indentation: false character: space width: 2 LeadingZero: enabled: true style: include_zero MergeableSelector: enabled: true force_nesting: true NameFormat: enabled: true allow_leading_underscore: true convention: hyphenated_lowercase NestingDepth: enabled: true max_depth: 4 severity: warning PlaceholderInExtend: enabled: false PropertyCount: enabled: true include_nested: false max_properties: 10 PropertySortOrder: enabled: true ignore_unspecified: false severity: warning separate_groups: false PropertySpelling: enabled: true extra_properties: [] QualifyingElement: enabled: true allow_element_with_attribute: false allow_element_with_class: false allow_element_with_id: false severity: warning SelectorDepth: enabled: true max_depth: 2 severity: warning SelectorFormat: enabled: true convention: hyphenated_lowercase Shorthand: enabled: true severity: warning SingleLinePerProperty: enabled: true allow_single_line_rule_sets: true SingleLinePerSelector: enabled: true SpaceAfterComma: enabled: true SpaceAfterPropertyColon: enabled: true style: one_space SpaceAfterPropertyName: enabled: true SpaceBeforeBrace: enabled: true style: space allow_single_line_padding: false SpaceBetweenParens: enabled: true spaces: 0 StringQuotes: enabled: true style: double_quotes TrailingSemicolon: enabled: true TrailingZero: enabled: false UnnecessaryMantissa: enabled: true UnnecessaryParentReference: enabled: true UrlFormat: enabled: true UrlQuotes: enabled: true VariableForProperty: enabled: false properties: [] VendorPrefixes: enabled: true identifier_list: bourbon include: [] exclude: [] ZeroUnit: enabled: true severity: warning Compass::PropertyWithMixin: enabled: false
Encontrar Diferença